header {
  position: sticky !important;
  top: 0px !important;
  background: white !important;
  border-bottom: 1px solid #e4e4e4;
}

.header .last_list .cart span {
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
}

.navbar-collapse .drop-down-pages {
  max-height: 60vh;
  overflow-y: scroll;
  border: 1px solid #ff000063;
}

.navbar-collapse .drop-down-pages::-webkit-scrollbar {
  width: 3px;
}

.navbar-collapse .drop-down-pages::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.navbar-collapse .drop-down-pages::-webkit-scrollbar-thumb {
  background: #fa5252;
}

.navbar-collapse .drop-down-pages::-webkit-scrollbar-thumb:hover {
  background: #e04444;
}

.navbar-collapse .drop-down-pages {
  scrollbar-width: thin;
  scrollbar-color: #fa5252 #f1f1f1;
}

.icon-box-sharp {
  width: 40px;
  height: 40px;
  background: #fa5252;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}

.why-choose-features p {
  line-height: 1.6;
}

@media (max-width: 991px) {
  .about_content {
    text-align: center;
  }

  .why-choose-features .d-flex {
    flex-direction: column;
    align-items: center !important;
  }

  .icon-box-sharp {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }

  .about_content .primary_btn {
    width: 100%;
  }
}

.mission-card,
.vision-card {
  border-radius: 0px;
  border: none;
  padding: 30px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  overflow: hidden;
}

.card-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 0px;
}

.mission-card {
  background: #ffffff;
  border-bottom: 5px solid #fa5252;
}

.mission-card .card-icon {
  background: rgba(250, 82, 82, 0.1);
}

.pattern-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-image: url("../images/industrial-pattern.png");
  background-size: cover;
  opacity: 0.05;
  z-index: 1;
}

.vision-card {
  background: linear-gradient(135deg, #1a202c 0%, #333 100%);
  border-bottom: 5px solid #fa5252;
}

.vision-card .card-icon {
  background: #fa5252;
  box-shadow: 0 4px 15px rgba(250, 82, 82, 0.3);
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
}

.mission-card:hover .card-icon {
  background: #fa5252 !important;
}

.mission-card:hover .card-icon i {
  color: #fff !important;
}

.vision-card:hover {
  background: linear-gradient(135deg, #000 0%, #1a202c 100%);
}

.pulse-red {
  animation: pulse-border 2s infinite;
}

@keyframes pulse-border {
  0% {
    box-shadow: 0 0 0 0 rgba(250, 82, 82, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(250, 82, 82, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(250, 82, 82, 0);
  }
}

@media (max-width: 991px) {
  .col-md-12 {
    display: flex;
  }

  .about-image2 {
    text-align: center;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .card {
    flex-direction: column !important;
    /* Stacks Icon & Text */
    text-align: center;
    padding: 20px 15px !important;
  }

  .card-content {
    padding-left: 0 !important;
    margin-top: 20px;
  }

  .mission-card,
  .vision-card {
    margin-bottom: 20px;
  }
}

.feature-bar-sharp {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  margin-top: -40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
  border-bottom: 4px solid #fa5252;
}

.feature-bar-sharp .item i {
  color: #fa5252;
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
}

.feature-bar-sharp .item p {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

.read-more-btn {
  background: #1a202c;
  color: #fff !important;
  padding: 16px 35px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  transition: 0.3s ease;
  display: inline-block;
}

.read-more-btn:hover {
  background: #fa5252;
  transform: translateY(-3px);
}

.play-circle {
  width: 50px;
  height: 50px;
  background: #fa5252;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}

.play-circle:hover {
  background: #1a202c;
  transform: scale(1.1);
}

/* Responsive Spacing Fixes */
@media (max-width: 991px) {
  .about_content {
    padding-left: 0 !important;
    text-align: center;
  }

  .feature-bar-sharp {
    width: 100%;
  }

  .read-more-btn {
    width: 100%;
    text-align: center;
  }

  .video-trigger {
    justify-content: center;
    width: 100%;
  }
}

.gallery-item {
  border-radius: 12px;
  height: 250px;
  transition: transform 0.3s ease;
  background: #f8f9fa;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 82, 82, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-overlay i {
  color: #fff;
  font-size: 24px;
  transform: scale(0.5);
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover .gallery-overlay i {
  transform: scale(1);
}

.gallery-item:hover .gallery-img {
  transform: scale(1.1);
}

@media (max-width: 576px) {
  .gallery-item {
    height: 160px;
    border-radius: 8px;
  }

  .gallery-section {
    padding: 30px 10px;
  }

  .row.g-3 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 576px) {
  .thank-you-card {
    padding: 40px 20px !important;
    margin: 0 15px;
  }

  .display-5 {
    font-size: 2rem;
  }
}

.primary-btn-lg:hover {
  background-color: #e04444 !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(250, 82, 82, 0.3) !important;
}

.icon-circle {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.4);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(40, 167, 69, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}

#cart-toast {
  visibility: hidden;
  min-width: 280px;
  background-color: #ffffff;
  color: #333;
  text-align: left;
  border-radius: 8px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  right: 30px;
  top: 30px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: translateY(-20px);
}

#cart-toast.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

#cart-toast i {
  margin-right: 12px;
  font-size: 18px;
}

.feature-con .nav-tabs {
  width: auto;
  margin: 0px;
}

.feature-con .tabs-box .nav-tabs li a {
  font-size: 14px;
  line-height: 14px;
  padding: 15px;
}

.sub_banner .sub_banner_con {
  padding: 0px;
  height: 30vh;
  align-items: center;
  justify-content: center;
  display: flex;
}

.contactform-con {
  padding: 85px 0;
  background-color: #ddddddad;
}

.contactinfo-con {
  padding: 85px;
}

.contactform-con .contact_form input,
.contactform-con .contact_form textarea {
  border: 1px solid #ff9c9c;
}

@media (max-width: 1000px) {
  .navbar-collapse .drop-down-pages {
    max-height: 30vh;
    overflow-y: scroll;
    border: 1px solid #ff000063;
  }

  .sidebar .widget-categories ul {
    max-height: 23vh;
    overflow-y: scroll;
  }

  .sidebar {
    margin: 12px;
  }

  .sub_banner .sub_banner_con {
    height: 15vh;
  }
}
.explore-btn:hover {
  background-color: #e04444 !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(250, 82, 82, 0.35) !important;
  color: #fff !important;
}

.explore-btn i {
  transition: transform 0.3s ease;
}

.explore-btn:hover i {
  transform: translateX(8px);
}
.update2-con {
  padding: 100px 0;
  overflow: hidden;
}

.update_content h2 {
  max-width: 800px;
  margin: 0 auto;
}

.update_content p {
  max-width: 600px;
  margin: 15px auto 0;
}

.fixed-bottom-nav {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: auto;
}

.main-contact-bar {
  background: #ffffff;
  border: 1px solid #c8e6c9;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  gap: 20px;
  transition: all 0.3s ease;
}

.nav-item-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s;
}

.whatsapp-icon {
  color: #25d366;
  font-size: 18px;
}

.contact-icon {
  color: #333;
  font-size: 18px;
}

.nav-divider {
  width: 1px;
  height: 25px;
  background: #ddd;
}

/* Hover Effects */
.main-contact-bar:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.nav-item-link:hover {
  color: #fa5252;
}

@media (max-width: 576px) {
  .fixed-bottom-nav {
    bottom: 20px;
    width: 90%;
  }

  .main-contact-bar {
    padding: 12px 20px;
    width: 100%;
    justify-content: space-around;
  }

  .nav-item-link span {
    font-size: 13px;
  }

  .footer-con .copyright {
    padding-bottom: 100px;
  }
}
